- instruction for use
- Нефть: инструкция по эксплуатации
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Instruction on transliteration of Belarusian geographical names with letters of Latin script — is an officially adopted method of Romanisation of the Belarusian Cyrillic text in geographical names. It was adopted by the decree of the State Committee on land resources, geodetics and cartography (2000 11 23). The official name of the… … Wikipedia
instruction — {{Roman}}I.{{/Roman}} noun 1 instructions information on how to do sth ADJECTIVE ▪ comprehensive, full ▪ adequate ▪ clear, explicit ▪ … Collocations dictionary
instruction — in|struc|tion W2S3 [ınˈstrʌkʃən] n 1.) instructions [plural] the written information that tells you how to do or use something →↑directions ▪ Install the machine according to the manufacturer s instructions . ▪ Press enter and follow the on… … Dictionary of contemporary English
Instruction level parallelism — (ILP) is a measure of how many of the operations in a computer program can be performed simultaneously. Consider the following program: 1. e = a + b 2. f = c + d 3. g = e * fOperation 3 depends on the results of operations 1 and 2, so it cannot… … Wikipedia
Instruction path length — is a term frequently used to simply describe the number of machine code instructions required to execute a section of a computer program. The total path length for the entire program could be deemed a measure of the algorithms performance on a… … Wikipedia
For Official Use Only — is a government imposed handling instruction used for documents or products which contain material which is exempt from release under the Freedom of Information Act. It is treated as confidential, which means it cannot be discarded in the open… … Wikipedia
Instruction set — An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception… … Wikipedia
Instruction manual (video games) — An instruction manual, in the context of computer and video games, is a booklet that instructs the player on how to play the game, gives descriptions of the controls and their effects, and shows a general outline of the concepts and goals of the… … Wikipedia
Instruction set simulator — An instruction set simulator (ISS) is a simulation model, usually coded in a high level programming language, which mimics the behavior of a mainframe or microprocessor by reading instructions and maintaining internal variables which represent… … Wikipedia
Instruction scheduling — In computer science, instruction scheduling is a compiler optimization used to improve instruction level parallelism, which improves performance on machines with instruction pipelines. Put more simply, without changing the meaning of the code, it … Wikipedia
Instruction pipeline — Pipelining redirects here. For HTTP pipelining, see HTTP pipelining. Basic five stage pipeline in a RISC machine (IF = Instruction Fetch, ID = Instruction Decode, EX = Execute, MEM = Memory access, WB = Register write back). In the fourth clock… … Wikipedia